math 库

math.sqrt()

math.pi

3**4 = 81
import math

print math.factorial(5)